GtkTimeline: don't look when animations are disabled
authorMatthias Clasen <mclasen@redhat.com>
Thu, 14 Apr 2011 12:56:07 +0000 (08:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 Apr 2011 12:58:48 +0000 (08:58 -0400)
commitc43ada95aa5d398d9bf426a31a7af462b10126fd
treed0dec97693213c1e775c8de3029f6f3707790bbc
parentdd28e22aa147d4763ebdf5504a54183e641c8a4d
GtkTimeline: don't look when animations are disabled

Otherwise, we end up doing maximal work with minimal effect, and
bring the X server to 100% CPU. Note that this makes spinner widgets
look really unclear, but they really have to be changed to adapt
to enable-animations == FALSE at the widget level.
gtk/gtktimeline.c